object FormMedia: TFormMedia Left = 16 Top = 521 Hint = 'Double click to close animation and bring up the main window.' BorderIcons = [biSystemMenu] BorderStyle = bsNone Caption = 'E-Check Media Player' ClientHeight = 150 ClientWidth = 200 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poDefaultPosOnly Scaled = False ShowHint = True OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object PanelForm: TPanel Left = 0 Top = 0 Width = 200 Height = 150 Align = alClient BorderWidth = 1 TabOrder = 1 object PanelDisplay: TPanel Left = 2 Top = 2 Width = 196 Height = 146 Align = alClient BorderWidth = 1 BorderStyle = bsSingle TabOrder = 0 OnDblClick = PanelDisplayDblClick OnMouseDown = PanelDisplayMouseDown OnMouseMove = PanelDisplayMouseMove OnMouseUp = PanelDisplayMouseUp end end object MediaPlayer: TMediaPlayer Left = 6 Top = 114 Width = 29 Height = 30 EnabledButtons = [btPlay, btPause, btStop, btBack] VisibleButtons = [btPlay] Display = PanelDisplay FileName = 'e.avi' Visible = False TabOrder = 0 OnNotify = MediaPlayerNotify end end